DirectCallLogListQuery

class DirectCallLogListQuery

DirectCallLogListQuery.

Since

0.6.0

Types

Params
Link copied to clipboard
class Params

Parameters of DirectCallLogListQuery.

Functions

hasNext
Link copied to clipboard
operator fun hasNext(): Boolean

Returns true if there are more loadable DirectCallLog list.

next
Link copied to clipboard
fun next(handler: DirectCallLogListQueryResultHandler?)

Fetches DirectCallLog list from server. The queried result will be passed via DirectCallLogListQueryResultHandler.

Properties

isLoading
Link copied to clipboard
val isLoading: Boolean

Returns true if query is currently loading DirectCallLog list from server.